projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43937c6
)
Adwaita: remove commented out code
author
Lapo Calamandrei
<calamandrei@gmail.com>
Sat, 19 Mar 2016 16:53:36 +0000
(17:53 +0100)
committer
Lapo Calamandrei
<calamandrei@gmail.com>
Sat, 19 Mar 2016 16:53:36 +0000
(17:53 +0100)
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index a9a64bf75556947a840cff31bbdc4b8625c50d14..1da27c183a0e5036f37e07e609856ef0117a90f9 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-4,6
+4,7
@@
$ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
$asset_suffix: if($variant=='dark', '-dark', '');
+$backdrop_transition: 400ms linear;
* {
padding: 0;
@@
-188,13
+189,6
@@
textview { // This will get overridden by .view, needed by gedit line numbers
background-color: mix($bg_color, $base_color, 50%);
&:backdrop { background-color: mix($backdrop_bg_color, $backdrop_base_color, 50%); }
-
- // &:drop(active) {
- // &, & > text { box-shadow: none; }
- //
- // > text { background-color: transparentize($drop_target_color, 0.9); }
- // }
-
}
%osd, .osd {